script local variable
Type
glossary
Description
A variable that can be used in any handler in an object's script, but can't be used by handlers in other scripts. You create a script local variable by using the local command outside any handler in the script.
Related
glossary: handler, script, variable, command, local variable, object